www.gusucode.com > 落叶冰点万能企业网站内容管理系统 V9.1 > 落叶冰点万能企业网站内容管理系统 V9.1\code\Label\custom_Label\下载系统标签库\nd_next_down.asp

    <%'$start_ext_newDsoft 以下系统生成,勿删!
'$newDsoft_label_type$:dyn_content_label$end_newDsoft_label_type$
'$newDsoft_label_name$:next_down$end_newDsoft_label_name$
'$newDsoft_label_sql$:select  * from [ND_down] where [ND_down].id>"&$xxvar$id&" and [ND_down].classid='"&$xxvar$cid&"' order by id asc$end_newDsoft_label_sql$
'$newDsoft_label_params$:id,下载id,1|cid,分类id,1$end_newDsoft_label_params$
'$newDsoft_label_fenye_num$: $end_newDsoft_label_fenye_num$
'$newDsoft_label_beizhu$:按下载id得到下一篇下载$end_newDsoft_label_beizhu$
'$newDsoft_is_sys_label$:0$end_newDsoft_is_sys_label$
'$newDsoft_other_params$:rsname:rs_xntxaa|htmledxa:1|htmledxb:$end_newDsoft_other_params$
'$end_ext_newDsoft%>



<%
iiii="$page$down_view_page$?arid="&rs_xntxaa("id")&"&cid="&$xxvar$cid

iiii2=left(rs_xntxaa("title"),42)
%>
<table cellspacing="0" cellpadding="0" border="0">
    <tbody>
        <tr>
            <td><a href="<%=iiii%>"><%=iiii2%></a></td>
        </tr>
    </tbody>
</table>